mergeTransitionsTogether

abstract fun mergeTransitionsTogether(@Nullable transition1: Any, @Nullable transition2: Any, @Nullable transition3: Any): Any(source)

Creates a TransitionSet that plays all passed transitions together. Any null transitions passed will not be added to the set. If all are null, then an empty TransitionSet will be returned.